home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue30 / mmapfile / MMAPFILE.ZIP / UMEMX.DFM / UMEMX.txt
Encoding:
Text File  |  1997-06-22  |  1.0 KB  |  54 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 128
  6.   ClientWidth = 168
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object SpeedButton1: TSpeedButton
  17.     Left = 24
  18.     Top = 60
  19.     Width = 105
  20.     Height = 25
  21.     Caption = 'Mapped Value'
  22.     ParentShowHint = False
  23.     ShowHint = False
  24.     OnClick = SpeedButton1Click
  25.   end
  26.   object SpeedButton2: TSpeedButton
  27.     Left = 24
  28.     Top = 92
  29.     Width = 105
  30.     Height = 25
  31.     Caption = 'New Value'
  32.     ParentShowHint = False
  33.     ShowHint = False
  34.     OnClick = SpeedButton2Click
  35.   end
  36.   object Label1: TLabel
  37.     Left = 80
  38.     Top = 30
  39.     Width = 63
  40.     Height = 13
  41.     Caption = 'Current Index'
  42.   end
  43.   object NdxEdit: TMaskEdit
  44.     Left = 24
  45.     Top = 26
  46.     Width = 49
  47.     Height = 21
  48.     EditMask = '99999;0;_'
  49.     MaxLength = 5
  50.     TabOrder = 0
  51.     Text = '0'
  52.   end
  53. end
  54.